home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2002 February / Practical Internet February 2002.iso / pc / Software / SiteBuilding / HomeSite_Installer.exe / data1.cab / Documentation / VTML_Reference / vtmlref.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-10-11  |  3.2 KB  |  163 lines

  1. /* --------------------------------------- */
  2. /* Styles for VTML Reference documentation */
  3. /* 1999-11-07                              */
  4. /*                                         */
  5. /* StyleSheet created with TopStyle 1.5    */
  6. /* --------------------------------------- */
  7.  
  8. /* --------------------------------------- */
  9. /* All sizing is in a separate stylesheet  */
  10. /* that is imported. This means IE3 won't  */
  11. /* stumble over the em units and there     */
  12. /* won't be (as many) inheritance problems */
  13. /* with NS4 since neither IE3 nor NS4      */
  14. /* support @import: they will only see the */
  15. /* rest of this stylesheet.                */
  16. /* --------------------------------------- */
  17.  
  18. /* --------------------------------------- */
  19. /* Modified 8/11/01 by Dennis Carothers    */
  20. /* based on /Help/newton.css rules         */
  21. /* Changes are noted in following comments */
  22. /* changed background color from #FFFFF0   */
  23. /* deleted font-family Verdana             */
  24. /* No changes made that would affect       */
  25. /* vtmlrefsizing.css behavior               */
  26.  
  27.  
  28. @import url(vtmlrefsizing.css);
  29.  
  30. /* --- BASICS --- */
  31.  
  32. BODY {
  33.     /* basic font size relative to user's font size but slightly smaller to allow for the small Help window in HomeSite and Studio */
  34.     background-color : #FFFFFF;
  35. }
  36.  
  37. BODY, P, A, TD, TH, UL, OL, LI, DL, DT, DD {
  38.     font-family : Arial, Helvetica, sans-serif;
  39. }
  40.  
  41. /* --- HEADERS --- */
  42.  
  43. H1 {
  44.     color : #000000;
  45.     background-color : #FFFFFF;
  46.     font-weight : bold;
  47.     font-family : Arial, Helvetica, sans-serif;
  48. }
  49.  
  50. H2 {
  51.     color : #000000;
  52.     background-color : #FFFFFF;
  53.     font-weight : bold;
  54.     font-family : Arial, Helvetica, sans-serif;
  55. }
  56.  
  57. H3 {
  58.     color : #000000;
  59.     background-color : #FFFFFF;
  60.     font-weight : bold;
  61.     font-family : Arial, Helvetica, sans-serif;
  62. }
  63.  
  64. H4 {
  65.     color : #000000;
  66.     background-color : #FFFFFF;
  67.     font-weight : bold;
  68.     font-family : Arial, Helvetica, sans-serif;
  69. }
  70.  
  71. H5 {
  72.     color : #000000;
  73.     background-color : #FFFFFF;
  74.     font-family : Arial, Helvetica, sans-serif;
  75. }
  76.  
  77. /* --- CODE AND EXAMPLES .--- */
  78.  
  79. CODE {
  80.     color : #800000;
  81.     font-family : "Courier New", Courier, monospace;
  82. }
  83.  
  84. SAMP {
  85.     margin-top : 0;
  86.     margin-bottom : 0;
  87.     color : #006000;
  88.     background-color : #FFFFFF;
  89.     font-family : "Courier New", Courier, monospace;
  90. }
  91.  
  92. PRE {
  93.     color : #800000;
  94.     background-color : #FFFFFF;
  95.     font-family : "Courier New", Courier, monospace;
  96. }
  97.  
  98. DD PRE {
  99.     color : #800000;
  100.     background-color : #FFFFFF;
  101. }
  102.  
  103. OL PRE, UL PRE {
  104.     margin-bottom : 0;
  105.     color : #800000;
  106.     background-color : #FFFFFF;
  107. }
  108.  
  109. PRE.syntax {
  110.     margin-top : 0;
  111.     margin-bottom : 0;
  112.     color : #000000;
  113.     background-color : #FFFFFF;
  114.     font-weight : bold;
  115. }
  116.  
  117. /* --- TABLES --- */
  118.  
  119. TABLE {
  120.     background-color : #FFFFFF;
  121. }
  122.  
  123. TD.syntax {
  124.     color : #000000;
  125.     background-color : #FFFFFF;
  126.     font-weight : bold;
  127. }
  128.  
  129. TH {
  130.     color : #000000;
  131.     background-color : #FFFFFF;
  132. }
  133.  
  134. TH FONT {
  135.     color : #000000;
  136.     background-color : #FFFFFF;
  137. }
  138.  
  139. TD FONT {
  140.     color : #000000;
  141. }
  142.  
  143. /* --- LISTS --- */
  144.  
  145. OL UL LI, UL UL LI {
  146.     margin-left : 0;
  147.     list-style-type : square;
  148. }
  149.  
  150. OL UL LI, UL UL LI {
  151.     margin-left : 0;
  152. }
  153.  
  154. OL LI LI {
  155.     margin-left : 0;
  156. }
  157.  
  158. /* --- FOOTNOTE --- */
  159.  
  160. .footnote {
  161.     font-size : 0.8em;
  162. }
  163.